/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }
::-webkit-input-placeholder{color:#BDBDBD;}
:-moz-placeholder{color:#BDBDBD;}
::-moz-placeholder{color:#BDBDBD;}
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}
.placeholder{color:#BDBDBD;}

blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal}
body, input, select, button, textarea {color:#272727; font-size: 14px; line-height: 1.5;font-family:Arial, Helvetica, sans-serif\;}
a { color:#272727;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

*{outline:none!important;}
a:hover{outline:none!important;}
/*
@font-face {
    font-family: SourceHanSansCN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
}
body, input, select, button, textarea{
    font-family: SourceHanSansCN-Regular;
}*/


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto!important;}
.edit_con_original video{max-width: 100%;}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;cursor: pointer!important;opacity: 1!important;}
@media only screen and (min-width: 1025px){
    a:hover{color: #1f3855!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

}

.wrap{max-width: 1440px; margin:0 auto; width:90%;}


.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
    .weixin{width:70%;}
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #267E88!important;}





.inBody{background: #fff;}
.inBody .height_height{display: block;height: 45px;}
.inBody .head{background:#fff;border-bottom: 1px solid #e3e7ec;}
/*.inBody .head .logo a {background-image: url(../images/logo_w.png);}*/
.inBody .head .search{color: #000;}
.inBody .head .lang span{color: #000;}
.inBody .nav_phone_btn span,.inBody .nav_phone_btn span:before,.inBody .nav_phone_btn span:after{background: #000;}
.inBody .img02{display:block!important;}
.inBody .img01{display:none!important;}
@media only screen and (min-width:1025px){
    .inBody .head .nav li a.t{color: #000!important;}
    .inBody .head .nav li.active a.t {color: #000!important;}

}
@media only screen and (max-width:1024px) {
    .inBody .nav_phone_btn.visible_nav span:before,.inBody  .nav_phone_btn.visible_nav span:after{background: #fff;}
}


/*page*/
.pageout{text-align: center; clear: both;padding: 60px 0 30px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page{vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:52px; line-height:52px; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 52px;height: 52px;background: #f1f1f1;margin: 0 2px;}
.page a{float: left; width:52px;height: 52px; color: #bababa;  box-sizing:border-box; }
.page a.on{background:#00439f;color:#fff;border-radius: 5px; }
.page a.prev {background:url(../images/page_prev_on.png) center center no-repeat; text-indent:-10000px;border-radius: 4px 0 0 4px;}
.page a.next {background:url(../images/page_next_on.png) center center no-repeat; text-indent:-10000px;border-radius: 0 4px 4px 0;}
.page a.prev.no,.page a.next.no{opacity: 0.5; cursor: default; }
.page a.go{margin-left:3px; width: 34px; background: #00439f; color: #fff; border:1px solid #00439f; height: 34px; line-height: 34px;font-size: 14px;display: none;}
.page a.go:hover{color: #fff !important;}
.page a:hover{color: #000 !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{line-height: 34px;display: none;}
.page .txtnum input{color:#b3b3b3; width:34px;height:34px; line-height:34px; padding: 0 5px; text-align:left;background:none;
    border: 1px solid #dddddd; margin: 0 6px;box-sizing: border-box;display: block;}

.news_cont .page a.on{background:#00439f;border-color: #00439f; }
.yeshu{font-size: 14px;line-height: 34px;display: none;}


@media only screen and (max-width:1024px) {
    .pageout{padding: 40px 0 20px;}
    .inBody .height_height{height: 61px;}
}
@media only screen and (max-width:767px) {
    .pageout{padding: 30px 0 0px;}
    .page a{display:none; font-weight: normal;width: 34px;height: 34px;line-height: 34px;}
    .page a.prev,.page a.next,.page a.on{display:block; display:inline-block;}
    .page i{margin:0 4px;display: none;}
    .page a.prev{margin-right:5px; }
    .page a.next{margin-left: 5px;}
    .page .txtnum,.page a.go,.yeshu{display: block;}
}

/*page*/

